ml classification project
ML Classification Project: Predicting Customer Behaviour
In this project, I am going to explain Machine Learning Classification Algorithms and applying these algorithms to instacart dataset. Before writing my post, i would like to share my Github repo, if you interest in, you can find Jupyter Notebook codes. Classification is the process of predicting the class with your input data. There are mostly two types of classification in Machine Learning Algorithms, one is supervised learning other is unsupervised learning. In briefly, if your dataset includes your target (label) features and you are going to predict these target, this means supervised learning.